home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / oztex / Help-files / Problems < prev    next >
Encoding:
Text File  |  1995-04-17  |  4.1 KB  |  76 lines  |  [TEXT/MPS ]

  1. Known Problems
  2. ==============
  3.  
  4. • Because there is no integrated editor, you must remember to save your
  5.   input file before typesetting it with OzTeX.
  6.  
  7. • TeX doesn't like spaces in file names, so avoid them.  If you forget this
  8.   and try to run TeX on a file called "my story.tex" then TeX will complain
  9.   that it can't find "my.tex".  In general, it is a good idea to stick to
  10.   alphanumeric characters in TeX file names (with just the one ".").
  11.  
  12. • If you use dvips then do NOT create TeX file names with "*", "~" or "/".
  13.   OzTeX doesn't care, but dvips has a Unix heritage and these characters
  14.   have special meanings which will prevent dvips reading the file.  If you
  15.   really need some sort of separating character then "-" is a safe choice.
  16.  
  17. • Replacing all your PK files with PostScript fonts like BaKoMa or CM/PS can
  18.   have some disadvantages, particularly if you have no way of permanently
  19.   storing such fonts in your printer.  Lots of downloaded fonts will result
  20.   in slower printing times, and saved PostScript files can become very large.
  21.   Your printer will also need plenty of memory.
  22.  
  23. • If "Page Setup" is used to select a scale other than 100% and the standard
  24.   print dialog is used to print a DVI file, then OzTeX will report incorrect
  25.   values for the paper width and height, and any page-off-paper amounts will
  26.   be wrong.  I know why this occurs but I don't know a safe way to fix it!
  27.  
  28. • There are some problems with printing under QuickDraw GX.  OzTeX's low-level
  29.   code for sending PostScript cannot be used with a GX print driver, so you'll
  30.   get an error message if you try to use "Send PostScript...".  You must also
  31.   tick "Use Standard PostScript" to be able to print DVI and text files.
  32.  
  33. • There are some limitations when printing on an ImageWriter:
  34.   - Landscaped printing is not allowed in Draft mode.
  35.   - Text file output will have poor horizontal spacing in Draft mode.
  36.   - Draft mode printing of a DVI file is only allowed at 72 or 144 dpi.
  37.   - When printing a DVI file at 72 or 144 dpi you cannot use Faster mode.
  38.  
  39. • OzTeX can have trouble with background printing to a StyleWriter if there
  40.   isn't enough disk space available, so you might need to turn off background
  41.   printing in the Chooser.
  42.  
  43. • Scaling problems can occur when printing a DVI file on a non-PostScript
  44.   printer at a resolution that does not match the actual printer's resolution.
  45.   OzTeX prints a page by sending a sequence of horizontal bands to the printer.
  46.   The number of bands depends on how much memory is available (the band height
  47.   is displayed when showing statistics).  Scaling problems are particularly
  48.   noticeable at band boundaries but they can be minimized by bumping up OzTeX's
  49.   memory to a suitably large value so that only one large band is needed.
  50.  
  51. • OzTeX converts a PICT \special file into a black and white bitmap for
  52.   previewing and printing, so you won't see any colours.
  53.  
  54. • When previewing a \special picture you might sometimes notice missing
  55.   black pixels at the bottom of the bitmap, particularly at "Full View".
  56.   This is due to the scaling algorithm used by the Mac's CopyBits routine.
  57.   The same effect can also occur when viewing scaled characters from a PK font.
  58.   The "missing" pixels will appear at some stage as you zoom in.
  59.  
  60. • Under System 7, OzTeX supports aliased files, but NOT aliased folders.
  61.   (OzTeX would have to check every folder component in every given path name.
  62.   This would slow the search for TFMs, PKs, etc., and would increase the
  63.   likelihood of truncated path names.)
  64.  
  65. • When loading a config file, OzTeX replaces a path like ":TeX-fonts:*"
  66.   with the expanded paths for all sub-folders in TeX-fonts, but only to a
  67.   depth of one level (it does not attempt to look for sub-folders within
  68.   sub-folders).  This is a deliberate design decision.  It is important that
  69.   you think a little bit about how to store fonts and other files that OzTeX
  70.   will search for.  It is NOT a good idea to have lots of long path names
  71.   in a search list; searching will take longer and there's an increased
  72.   chance of path name truncation.
  73.  
  74. • OzTeX cannot recover gracefully from certain errors like "Disk is full"
  75.   or "Sorry, not enough memory", so you are forced to quit the program.
  76.